add additional import statement as otherwise you'd get:
authorJohannes 'josch' Schauer <josch@debian.org>
Sun, 23 Feb 2020 18:10:35 +0000 (19:10 +0100)
committerBastian Germann <bage@debian.org>
Sat, 27 Nov 2021 12:39:24 +0000 (12:39 +0000)
commit7b1ec50b1d7c6be739a22de61c2c6f02594c2659
treef979877ae96b3659b35680eea4daef784e270c80
parentf02d506abed39291f0089e18ec473219ea4f249a
add additional import statement as otherwise you'd get:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "[...]/src/fitz/__init__.py", line 3, in <module>
    from fitz.fitz import *
ModuleNotFoundError: No module named 'fitz.fitz'

Gbp-Pq: Name fiximport
fitz/__init__.py